projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c984a53
)
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Use `clrhash'.
author
Andrea Corallo
<akrl@sdf.org>
Sat, 25 Apr 2020 14:43:10 +0000
(15:43 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Sat, 25 Apr 2020 18:55:40 +0000
(19:55 +0100)
lisp/emacs-lisp/comp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/comp.el
b/lisp/emacs-lisp/comp.el
index 42c40aaa43affd09ae6e8372bd94c4175306f58f..e96de273359ddd10093fc2357c9cccb8cd56dfbc 100644
(file)
--- a/
lisp/emacs-lisp/comp.el
+++ b/
lisp/emacs-lisp/comp.el
@@
-2230,7
+2230,7
@@
display a message."
(insert msg "\n")))
;; `comp-deferred-pending-h' should be empty at this stage.
;; Reset it anyway.
- (
setf comp-deferred-pending-h (make-hash-table :test #'eq)
)
+ (
clrhash comp-deferred-pending-h
)
(message msg))))
\f